projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e5033
)
(site-run-file): Fix customize type.
author
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:22:48 +0000
(09:22 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:22:48 +0000
(09:22 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 444d156e601d00f4af50fa7aa69b5badee7f1e48..87aa10d5c20bc6afd6ac9eef6842a9b50ce0179f 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-293,7
+293,7
@@
override them. Users can prevent loading `default.el' with the `-q'
option or by setting `inhibit-default-init' in their own init files,
but inhibiting `site-start.el' requires `--no-site-file', which
is less convenient."
- :type '
string
+ :type '
(choice (const :tag "none" nil) string)
:group 'initialization)
(defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)"